home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / F_LOCK.HDR < prev    next >
Text File  |  1994-04-25  |  799b  |  36 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _FLock() --> lLockStatus
  8.  
  9. PARAMETERS:
  10.  
  11. None
  12.  
  13. SHORT:
  14.  
  15. Lock current database file if possible.
  16.  
  17. DESCRIPTION:
  18.  
  19. _FLock() is a general purpose file locking mechanism.
  20.  
  21. Like _RLock() and _SUse()/_XUse(), this function waits indefinately until the
  22. lock is resolved.  That is to say, no exception can be made.  Program
  23. execution stops until the file lock is successful.
  24.  
  25. NOTE:
  26.  
  27.  
  28.  
  29. EXAMPLE:
  30.  
  31. _FLock()
  32.  
  33. Result: File is locked and unavailable for SHARED use by any other user.
  34.  
  35. ******************************************************************************/
  36.